scrolledwindow: Avoid usage of uninitialized local
authorTimm Bäder <mail@baedert.org>
Sat, 18 Feb 2017 09:43:14 +0000 (10:43 +0100)
committerTimm Bäder <mail@baedert.org>
Sat, 18 Feb 2017 18:01:28 +0000 (19:01 +0100)
commited245b42cb29244f7abec9e9ea16ac34315b03b5
treeb9f55cfbc41483675ea4ea68dfad359b4b93a7a5
parent54a0df69d7186f772a1db2a492cfb1d7b3241681
scrolledwindow: Avoid usage of uninitialized local

the scrollbar passed in better be either priv->hscrollbar or
priv->vscrollbar. Ensure that by using a simple else instead of an
else-if and a g_assert.
gtk/gtkscrolledwindow.c